home *** CD-ROM | disk | FTP | other *** search
- on animateSprites
- ticksList = [3, 5, 7, 6, 9]
- cyclesList = [4, 2, 4, 2]
- listPointer = 1
- killActorList()
- repeat with x = 1 to 38
- if listPointer <= count(ticksList) then
- if the scoreColor of sprite x = 4 then
- add(the actorList, new(script("Animated Sprite Object"), x, getAt(ticksList, listPointer), getAt(cyclesList, listPointer)))
- listPointer = listPointer + 1
- end if
- next repeat
- end if
- exit repeat
- end repeat
- end
-